PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFTransparencyGroup Class / isKnockout Method
In This Topic
    isKnockout Method
    In This Topic
    Gets a flag indicating whether the group is knockout.
    Syntax
    public boolean isKnockout()

    Return Value

    False if later objects within the group are composited with earlier ones with which they overlap; true if they are composited with the group's initial backdrop and overwrite ("knock out") any earlier overlapping objects.
    See Also